forked from OCamlPro/gnucobol
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Z 2023 02 11 medoc contest #2
Open
lefessan
wants to merge
11
commits into
gcos4gnucobol-3.x
Choose a base branch
from
z-2023-02-11-medoc-contest
base: gcos4gnucobol-3.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ls (OCamlPro#8) * Support EBCDIC symbolic characters in alphanumeric literals * Do not error upon symbolic EBCDIC characters in literals for non-GCOS dialects * Decode EBCDIC character using machine character set [GCOS] fix EBCDIC symbolic-chars as ordinals (1..256 instead of 0..255) [GCOS] New test for EBCDIC symbolic-chars, and fix doc for related option [GCOS] Substitute `ebcdic-symbolic-characters` for `gcos-ebcdic-literals` Drop an unused warning in `cobc/scanner.l` [GCOS] Warn when EBCDIC symbolic character strings comprise extraneous separators Better test for symbolic EBCDIC characters; and fix ChangeLogs Honor -febcdic-table when decoding symbolic EBCDIC characters Fix in PR27 for new ebcdic-table options PR27 use symbolic enums
c1c5c8e
to
d9a8b02
Compare
Current implementation does not conform to standard (COPY REPLACING and REPLACE are supposed to be in two successive passes instead of applied together), and has various bugs. This version is probably less efficient, but better conforms to the standard. Limitations: * This first version only modify the replacements during preprocessing, not the ones during the listing printing. * Since REPLACE are interpreted *before* the COPY REPLACING, they cannot be modified by them. A conforming implementation would interpret REPLACE strictly after COPY REPLACING.
0106 MOVE CLE(1) TO CLE(2) 0107 CALL "FLXDBO" USING LECSG ERREUR DEC(2) PDF-DBO-ART 0108 > IF ERREUR-NIV ZERO AND CLE2-4(1) = "PDF" 0109 MOVE PDF-DBO-INF(1:LGR-PDF) TO PDF 0110 IF COD-PDF = PDF-NUMERO-ETAT
d9a8b02
to
9b91497
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.